Einhugur Xml Plugin for Xojo

Node.AppendAttribute Method

Appends new attribute to the node.

AppendAttribute(
   name as String) as EinhugurXml.Attribute

Parameters

name
Name of the new attribute.

Returns

EinhugurXml.Attribute
The newly appended attribute.

Remarks

See Also

Node Class